/*
 * Ripple effect
 */
.ripple-container {
	display: block;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	z-index: 0 !important;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
	}
	.ripple {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
		border-radius: 100%;
		transform: scale(1);
		opacity: 0;
		background-color: currentColor;
		pointer-events: none;
		}
	.ripple.ripple-on {
		transition: transform 0.4s cubic-bezier(.4,0,.2,1);
		opacity: 0.1;
		}
	.ripple.ripple-out {
		transition: opacity 0.2s linear !important;
		opacity: 0 !important;
		}

/* Search Fullscreen */
.w-search.layout_fullscreen .w-search-form {
	background: none !important;
	}
.w-search-background {
	display: none;
	position: fixed;
	z-index: 99;
	border-radius: 100%;
	transform: scale(1);
	opacity: 0;
	pointer-events: none;
	}
.w-search-background.overlay-on {
	transition: opacity 0.25s, transform 0.5s cubic-bezier(.4,0,.2,1);
	opacity: 1;
	}
.w-search-background.overlay-out {
	transition: opacity 0.5s, transform 0.5s cubic-bezier(.4,0,.2,1);
	}
.w-search-background.mobilefocus {
	display: none !important;
	}

/*
     FILE ARCHIVED ON 19:31:20 Mar 27, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:20:39 May 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.76
  load_resource: 71.42
  PetaboxLoader3.resolve: 36.52
  PetaboxLoader3.datanode: 15.879
*/